.v_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.v_container > .v_box {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.v_title {
  line-height: 1;
  text-align: center;
  font-size: 0.5rem;
  color: #fff;
}

#vedio_bgvContainer {
  position: relative;
  box-sizing: border-box;
  width: 75vw;
  height: calc(75vw/16*5);
  margin: 0 auto 4.35rem;
}

#vedio_bgvContainer .p_container {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#vedio_bgvContainer .p_video {
  display: block;
  width: 100%;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  #vedio_bgvContainer {
    width: 100vw;
    height: calc(100vw/16*6);
    position: relative;
    margin-top: 0%;
    background: #304e6b;
    padding-bottom: 80px;
    background-color: #304e6b;
  }
  #vedio_bgvContainer{
    margin: 0 auto 2rem;
  }
}

#vedio_bgvStatic {
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  min-height: 0px;
}

#vedio_bgvStatic .v_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

#vedio_bgvStatic .v_container .v_box {
  position: absolute;
  top: 65%;
  left: 28%;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#vedio_bgvStatic .e_text-2 {
  line-height: normal;
  font-size: 50px;
  font-family: "249a2cc2-3ae2-4a12-80cc-f33fa61f776e";
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

#vedio_bgvStatic .videos {
  display: none;
  border: 1px solid #080808;
  position: fixed;
  left: 44%;
  top: 40%;
  margin-left: -463px;
  margin-top: -210px;
  z-index: 100;
  width: 1100px;
  height: 619px;
}

#vedio_bgvStatic .v_buttonBox {
  min-height: 50px;
  margin-top: 60px;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}

#vedio_bgvStatic .video-bg {
  height: 95vh;
}

@media screen and (max-width: 768px) {
  #vedio_bgvStatic {
    margin-top: 50px;
  }
  .v_title{
    font-size: 14px;
  }
  #vedio_bgvStatic .v_container .v_box{
    left: 25%;
    top: 58%;
  }
  #vedio_bgvStatic .v_buttonBox{
    margin-top: 10px;
    max-width: 45px;
  }
}

@media screen and (max-width: 1360px) and (min-width: 1080px) {
  .m-video img {
    max-width: 60px;
    text-align: center;
    margin: auto;
  }

  .video-box .video-container {
    width: 800px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
  #vedio_bgvStatic .e_text-2 {
    font-size: 40px;
  }

  .m-video img {
    max-width: 70px;
    text-align: center;
    margin: auto;
  }

  .video-box .video-container {
    width: 800px;
  }
}
